home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmMenus
- Caption = "Form2"
- ClientHeight = 2760
- ClientLeft = 1545
- ClientTop = 4440
- ClientWidth = 5145
- Height = 3450
- Left = 1485
- LinkTopic = "Form2"
- ScaleHeight = 2760
- ScaleWidth = 5145
- Top = 3810
- Width = 5265
- Begin Menu mnuright
- Caption = "Menu1"
- Index = 0
- Begin Menu mnuundo
- Caption = "Undo"
- End
- Begin Menu mnuSep1
- Caption = "-"
- End
- Begin Menu mnuCut
- Caption = "Cut"
- End
- Begin Menu mnuCopy
- Caption = "Copy"
- Enabled = 0 'False
- End
- Begin Menu mnuPaste
- Caption = "Paste"
- End
- End
- Begin Menu mnuright
- Caption = "Menu2"
- Index = 1
- Begin Menu mnuundo2
- Caption = "Undo"
- End
- Begin Menu mnuSep2
- Caption = "-"
- End
- Begin Menu mnuCut2
- Caption = "Cut2"
- End
- End
- Option Explicit
-